I'm making .mwm files here be binary encoded shows. The first four bytes are a
uint32_t timecode. The next byte is the length byte. From the length byte, we
read however many bytes as denoted by the length byte without a CRC byte. I'm
assuming that from that command, we'll generate the forward correction commands
from this command. I'm using a program called HxD for reading and writing
individual bytes using hex notation. I should probably add some kind of marker
for the end of the file.

Layout of show1.mwm:
TC TC TC TC LB DB TC TC TC TC LB DB DB DB DB DB DB DB DB DB DB DB DB DB DB DB DB
F0 F1 F2 F3 90 61 F4 F5 F6 F7 9F 00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F

TC = Time Code
LB = Length Byte
DB = Data Byte